SuggestionProvider

fun interface SuggestionProvider

Functions

Link copied to clipboard
abstract fun getSuggestions(s: String, cursor: Int, choiceValidator: ChoiceValidator<String>): CompletableFuture<Suggestions>